home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / adg_7_8.zip / SETUP.DEF < prev    next >
Text File  |  1991-02-21  |  560b  |  20 lines

  1. ; Module name: Setup.DEF
  2. ; Programmer : Jeffrey M. Richter
  3.  
  4. NAME        Setup
  5. DESCRIPTION 'Setup: Window Application installation Application'
  6. STUB        'WinStub.exe'
  7. EXETYPE     WINDOWS
  8.  
  9. ;Segments must be NONDISCARDABLE so that Windows will not attempt to
  10. ;load a segemnt after the user has swapped diskettes.
  11. CODE        MOVEABLE PRELOAD NONDISCARDABLE
  12. DATA        MOVEABLE MULTIPLE PRELOAD
  13. HEAPSIZE    1024
  14. STACKSIZE   4096
  15. EXPORTS
  16.    StatusDlgProc       @1
  17.    WelcomeDlgProc      @2
  18.    InsertDiskDlgProc   @3
  19.    DDEClientWndProc    @4
  20.